[INFO] fetching crate vial-srv 0.3.0...
[INFO] checking vial-srv-0.3.0 against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] extracting crate vial-srv 0.3.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate vial-srv 0.3.0
[INFO] finished tweaking crates.io crate vial-srv 0.3.0
[INFO] tweaked toml for crates.io crate vial-srv 0.3.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vial-srv 0.3.0 on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate vial-srv 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.7
[INFO] [stderr]   Downloaded tokio-postgres-rustls v0.13.0
[INFO] [stderr]   Downloaded vial-shared v0.2.0
[INFO] [stderr]   Downloaded cc v1.2.52
[INFO] [stderr]   Downloaded tokio-postgres v0.7.17
[INFO] [stderr]   Downloaded postgres-types v0.2.13
[INFO] [stderr]   Downloaded migrations_internals v2.3.0
[INFO] [stderr]   Downloaded postgres-protocol v0.6.9
[INFO] [stderr]   Downloaded migrations_macros v2.3.0
[INFO] [stderr]   Downloaded diesel_migrations v2.3.1
[INFO] [stderr]   Downloaded rand v0.10.0
[INFO] [stderr]   Downloaded dsl_auto_type v0.2.0
[INFO] [stderr]   Downloaded diesel_table_macro_syntax v0.3.0
[INFO] [stderr]   Downloaded aws-lc-rs v1.15.2
[INFO] [stderr]   Downloaded bb8 v0.9.1
[INFO] [stderr]   Downloaded scoped-futures v0.1.4
[INFO] [stderr]   Downloaded diesel-async v0.8.0
[INFO] [stderr]   Downloaded diesel_derives v2.3.6
[INFO] [stderr]   Downloaded diesel v2.3.7
[INFO] [stderr]   Downloaded aws-lc-sys v0.35.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f1df6dd93bd24e279c1ce6b36d34f59787450359b7b59f05cf96077d44dbcaa4
[INFO] running `Command { std: "docker" "start" "f1df6dd93bd24e279c1ce6b36d34f59787450359b7b59f05cf96077d44dbcaa4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1df6dd93bd24e279c1ce6b36d34f59787450359b7b59f05cf96077d44dbcaa4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1df6dd93bd24e279c1ce6b36d34f59787450359b7b59f05cf96077d44dbcaa4" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1df6dd93bd24e279c1ce6b36d34f59787450359b7b59f05cf96077d44dbcaa4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1df6dd93bd24e279c1ce6b36d34f59787450359b7b59f05cf96077d44dbcaa4" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling aws-lc-rs v1.15.2
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling diesel_derives v2.3.6
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking phf_shared v0.13.1
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking rustls-pki-types v1.13.2
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking flagset v0.4.7
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling zmij v1.0.14
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking whoami v2.1.1
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking scoped-futures v0.1.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking toml v0.9.11+spec-1.1.0
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.35.0
[INFO] [stderr]     Checking postgres-protocol v0.6.9
[INFO] [stderr]     Checking ulid v1.2.1
[INFO] [stderr]     Checking postgres-types v0.2.13
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.51.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking x509-cert v0.2.5
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling dsl_auto_type v0.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling migrations_internals v2.3.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling migrations_macros v2.3.0
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking vial-shared v0.2.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking bb8 v0.9.1
[INFO] [stderr]     Checking tokio-postgres v0.7.17
[INFO] [stderr]     Checking diesel v2.3.7
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-postgres-rustls v0.13.0
[INFO] [stderr]     Checking diesel_migrations v2.3.1
[INFO] [stderr]     Checking diesel-async v0.8.0
[INFO] [stderr]     Checking vial-srv v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "f1df6dd93bd24e279c1ce6b36d34f59787450359b7b59f05cf96077d44dbcaa4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1df6dd93bd24e279c1ce6b36d34f59787450359b7b59f05cf96077d44dbcaa4", kill_on_drop: false }`
[INFO] [stdout] f1df6dd93bd24e279c1ce6b36d34f59787450359b7b59f05cf96077d44dbcaa4
